home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / pc_board / evtmgr23.zip / EVENTMGR.DOC next >
Text File  |  1992-02-07  |  4KB  |  117 lines

  1.  
  2.  
  3.                          Event Manager Version 2.3
  4.                          Log File Comment Inserter
  5.  
  6.                          Written by: Lance Williams
  7.                                Kadet PCBoard
  8.                                P. O. Box 266
  9.                               Camden, NY 13316
  10.  
  11.                                (315) 245-3815
  12.                        12/24/96/144 USR DS (HST/V.32)
  13.  
  14.  
  15. Description:
  16.  
  17.      Event Manager is a simple program to add notes to your PCBoard Callers
  18. log during your event execution. It will give a starting line and ending
  19. lines showing minutes used during event, with the proper command line
  20. parameters (see below).  You can also output a straight comment line with
  21. the time it was executed into the log file.
  22.  
  23.  
  24. Proper Usage:
  25.  
  26. EVENTMGR LogFile Option /Switches
  27.  
  28.      LogFile:   The Drive:Path\Filename for the log file to write to.
  29.      Options:   $START to begin the log output
  30.                 $END to finish the log output
  31.                 "Text Output", Text line to be sent to log output file.
  32.      Switches:  /N=## will put a node number in the log file for $START
  33.                 and $END options.  ## is the node number to use.
  34.                 /P=# will send the output to the selected printer port,
  35.                 where # is the LPT designation (1,2 or 3).
  36.  
  37.      The resulting log file lines for each command will look like the
  38. following examples:
  39.  
  40.  
  41. Command:
  42.       eventmgr sample.log $start
  43. Result: **************************************************************
  44.      08-31-91 (13:34)  Event Started
  45.  
  46. Command:
  47.      eventmgr sample.log Test Message Line #1
  48. Result:
  49.            (13:35)  Test Message Line #1
  50.  
  51. Command:
  52.      eventmgr sample.log $end
  53. Result:
  54.            Minutes Used: 4
  55.      08-31-91 (13:38)  Event Finished
  56.      **************************************************************
  57.  
  58.      
  59.  
  60. A complete event log file might look something like this:
  61.  
  62. **************************************************************
  63. 02-07-92 (16:55) (1) EVENT MANAGER (Local) (N) Started        
  64.       (16:55)  Sample Output Line #1                          
  65.       (16:55)  Sample Output Line #2                          
  66.       (16:56)  Sample Output Line #3                          
  67.       (16:56)  Sample Output Line #4                          
  68.       (16:57)  Sample Output Line #5                          
  69.       (16:57)  Sample Output Line #6                          
  70.       (16:57)  Sample Output Line #7                          
  71.       (16:58)  Sample Output Line #8                          
  72.       (16:58)  Sample Output Line #9                          
  73.       (16:59)  Sample Output Line #10                         
  74.       Minutes Used: 5                                         
  75. 02-07-92 (16:59) (1) EVENT MANAGER Off Normally               
  76. **************************************************************
  77.  
  78. All the lines are properly formatted for the PCBoard Callers Log, so there
  79. will be no compatibility probels with any caller log analysers, if you use
  80. them.  I personally prefer to keep it as a separate log.
  81.  
  82.      I think this is sufficient to understand the operatons of the program.
  83. If you have any problems, feel free to contace me at the above number, or
  84. via the RIME/MetroLink PCBHints Conference.
  85.  
  86.  
  87. Registration:
  88.  
  89.      This program represents several hours of hard work.  If you find it
  90. useful and continue to use it, a donation of $10 would be appreciated.  You
  91. can send a donation to the address at the top of this documentation.  If
  92. you find something you would like different with the program, let me know,
  93. I'll see what I can do.
  94.  
  95.  
  96. The Legal Stuff:
  97.  
  98.      The Event Manager utility ("The Software") is COPYRIGHT 1991 by Lance
  99. Williams, ALL RIGHTS RESERVED.
  100.  
  101.      The author of this software is not liable for damages suffered as a
  102. result of the improper use, proper use, or inability to use this software.
  103. This type of disclaimer is prohibited by law in some states, and is
  104. therefore void in those states.
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.